You are here: 3D Modeling > Working with Meshes > Exporting Meshes

Exporting Meshes

You can export meshes from Dragonfly to a number of different file formats. The format in which you choose to export a mesh should depend on the availability of software and on how you plan to further analyze the data. The safest option to guarantee long-term access is to convert data to standard formats that most applications are capable of interpreting and that are suitable for data interchange and transformation. You should also note that prescribed formats can also be determined by discipline-specific standards and customs.

If you choose to export a mesh in the STL or PLY file format, you can choose to encode the file in either ASCII or binary. The main difference between these formats is that in a binary file numerical data is stored exactly as it is represented internally, which makes it much faster to read, and also more compact. In an ASCII file, each digit of the value is stored as a byte, and the bytes must be converted to a number before being stored. For example, a number like 1.247292 will occupy 8 bytes in ASCII, one byte for each digit, plus one for the decimal point. In binary it is stored as a native float value, which occupies only 4 bytes.

Mesh export options

A scalar mesh exported in the ORSObject file format will retain its assigned scalar values (see Exporting Objects). You can also choose to retain scalar values or colors for meshes exported in the VTK file formations

 

Dragonfly Help Live Version